x86_emulate: Remove the CPL and IOPL check in the I/O handling code.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 19 Mar 2008 14:08:02 +0000 (14:08 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 19 Mar 2008 14:08:02 +0000 (14:08 +0000)
commit54baaeb059ac5b87f9e5a15dee7a5f1bd3c762f6
treeab622f06dd8761fb9e9c1237ca22d0877689e314
parent7065b5e4c16be241d7182cd4fcbd316c4b14e3de
x86_emulate: Remove the CPL and IOPL check in the I/O handling code.

The check is already carried out by the processor during VMEXIT, where
that is required.

Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com>
xen/arch/x86/x86_emulate.c